VERSION 5.00
Begin VB.Form EmpAllow 
   Caption         =   "EmployeeAllownce"
   ClientHeight    =   5130
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   6990
   LinkTopic       =   "Form1"
   ScaleHeight     =   5130
   ScaleWidth      =   6990
   StartUpPosition =   3  'Windows Default
   Begin VB.CommandButton Command5 
      Caption         =   "Exit"
      Height          =   495
      Left            =   5040
      TabIndex        =   12
      Top             =   3960
      Width           =   1095
   End
   Begin VB.CommandButton Command4 
      Caption         =   "Add"
      Height          =   495
      Left            =   3960
      TabIndex        =   11
      Top             =   3960
      Width           =   1095
   End
   Begin VB.CommandButton Command3 
      Caption         =   "Delete"
      Height          =   495
      Left            =   2880
      TabIndex        =   10
      Top             =   3960
      Width           =   1095
   End
   Begin VB.CommandButton Command2 
      Caption         =   "Next"
      Height          =   495
      Left            =   1920
      TabIndex        =   9
      Top             =   3960
      Width           =   975
   End
   Begin VB.CommandButton Command1 
      Caption         =   "Previous"
      Height          =   495
      Left            =   840
      TabIndex        =   8
      Top             =   3960
      Width           =   1095
   End
   Begin VB.TextBox Text4 
      Height          =   375
      Left            =   2040
      TabIndex        =   3
      Top             =   2760
      Width           =   2175
   End
   Begin VB.TextBox Text3 
      Height          =   375
      Left            =   2040
      TabIndex        =   2
      Top             =   2040
      Width           =   2175
   End
   Begin VB.TextBox Text2 
      Height          =   375
      Left            =   2040
      TabIndex        =   1
      Top             =   1320
      Width           =   2175
   End
   Begin VB.TextBox Text1 
      Height          =   375
      Left            =   2040
      TabIndex        =   0
      Top             =   600
      Width           =   2175
   End
   Begin VB.Label Label4 
      Caption         =   "Name"
      Height          =   255
      Left            =   600
      TabIndex        =   7
      Top             =   2880
      Width           =   1095
   End
   Begin VB.Label Label3 
      Caption         =   "empno"
      Height          =   255
      Left            =   600
      TabIndex        =   6
      Top             =   2160
      Width           =   1095
   End
   Begin VB.Label Label2 
      Caption         =   "Allow_ID"
      Height          =   255
      Left            =   600
      TabIndex        =   5
      Top             =   1440
      Width           =   1095
   End
   Begin VB.Label Label1 
      Caption         =   "Serial_NO"
      Height          =   255
      Left            =   600
      TabIndex        =   4
      Top             =   720
      Width           =   1095
   End
End
Attribute VB_Name = "EmpAllow"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command3_Click()

End Sub
